home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / bipl.zip / IDOL.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-12-30  |  278b  |  11 lines

  1. rem msdos Idol installation
  2. rem This compiles Idol in order to to test the system
  3. icont -Sr1000 -SF30 -Si1000 idolboot msdos
  4. mkdir idolcode.env
  5. iconx idolboot -t -install
  6. chdir idolcode.env
  7. icont -c i_object
  8. chdir ..
  9. iconx idolboot idol idolmain msdos
  10. idolt
  11.